-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
[dotnet] Don't write trace log message when waiting until driver service is initialized #14557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dotnet] Don't write trace log message when waiting until driver service is initialized #14557
Conversation
…ice is initialized On CI execution we see a lot of exceptions logged to output. Given that timeout is 5 seconds only, it is good just to suppress these exceptions even in internal logs.
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
Perfect, now it is better: |
…ice is initialized (SeleniumHQ#14557) * [dotnet] Don't write trace log message when waiting until driver service is initialized On CI execution we see a lot of exceptions logged to output. Given that timeout is 5 seconds only, it is good just to suppress these exceptions even in internal logs.
User description
On CI execution we see a lot of exceptions logged to output. Given that timeout is 5 seconds only, it is good just to suppress these exceptions even in internal logs.
Motivation and Context
In internal logs output we see:
Types of changes
Checklist
PR Type
enhancement
Description
Changes walkthrough 📝
DriverService.cs
Suppress trace logging for driver service initialization exceptions
dotnet/src/webdriver/DriverService.cs
initialization.
exceptions.